home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ASME's Mechanical Engine…ing Toolkit 1997 December
/
ASME's Mechanical Engineering Toolkit 1997 December.iso
/
win_gen
/
next21.lzh
/
SETUP.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-23
|
559b
|
25 lines
echo off
cls
echo NeXT Application Bar Setup Program
echo ----------------------------------
if NOT "%1"=="" goto continue
echo Type: SETUP.BAT {your WINDOWS directory}
echo For example, if your WINDOWS directory is C:\WINDOWS, then you
echo should type
echo SETUP C:\WINDOWS
goto end
:continue
echo Making Directory %1\NEXT
md %1\next
copy next\*.ico %1\next
copy next\next.wri %1
copy next\next.ini %1
copy next\next.exe %1\next
:end
echo ---
echo Read the file "NEXT.TXT" for important program information and explanations.